golang.org/x/sys/unix.Cmsghdr.data (method)

5 uses

	golang.org/x/sys/unix (current package)
		sockcmsg_linux.go#L20: 	*(*Ucred)(h.data(0)) = *ucred
		sockcmsg_linux.go#L45: 	*(*Inet4Pktinfo)(h.data(0)) = *info
		sockcmsg_linux.go#L56: 	*(*Inet6Pktinfo)(h.data(0)) = *info
		sockcmsg_unix.go#L28: func (h *Cmsghdr) data(offset uintptr) unsafe.Pointer {
		sockcmsg_unix.go#L87: 		*(*int32)(h.data(4 * uintptr(i))) = int32(fd)